Skip to content

Commit

Permalink
escape underscore
Browse files Browse the repository at this point in the history
  • Loading branch information
dericed committed Jul 2, 2017
1 parent 3b6a14d commit e9b17db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ffv1.md
Expand Up @@ -262,7 +262,7 @@ The bitstream contains 1 or more Quantization Table Sets.
Each Quantization Table Set contains exactly 5 Quantization Tables, each Quantization Table corresponding to 1 of the 5 Quantized Sample Differences.
For each Quantization Table, both the number of quantization steps and their distribution are stored in the bitstream; each Quantization Table has exactly 256 entries, and the 8 least significant bits of the Quantized Sample Difference are used as index:

PDF:$$Q_{j}[k]=quant_tables[i][j][k\&255]$$
PDF:$$Q_{j}[k]=quant\_tables[i][j][k\&255]$$
RFC:```
RFC:Q_{j}[k] = quant_tables[i][j][k&255]
RFC:```
Expand Down

0 comments on commit e9b17db

Please sign in to comment.